ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / ConvertFrom Method / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method

In This Topic
    ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ConvertFrom( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal culture As System.Globalization.CultureInfo, _
       ByVal value As System.Object _
    ) As System.Object
    public override System.object ConvertFrom( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.Globalization.CultureInfo culture,
       System.object value
    )

    Parameters

    context
    culture
    value
    See Also